home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_626 / stuffer / readme next >
Text File  |  1992-05-06  |  3KB  |  96 lines

  1. *************************************************************************
  2. *                                    *
  3. *    Conditions of use            Stuffer            *
  4. *    -----------------            -------            *
  5. *                                    *
  6. *    This program has been provided for the enjoyment of the masses.    *
  7. *    It is Public Domain.                        *
  8. *    Since the author doesn't ask for anything in return, the user    *
  9. *    will accept the following conditions:                *
  10. *                                    *
  11. *    1) In no case whatsoever shall the author be liable for any    *
  12. *       damages, losses etc... due to the use of this program.    *
  13. *    2) Distribution of the program is only allowed subject to the    *
  14. *       following restrictions:                    *
  15. *                                    *
  16. *    2.a) No file part of this distribution will be omitted or    *
  17. *         modified in any way.                    *
  18. *    2.b) None of the files which are part of this distribution    *
  19. *         should be stored on environmentally unfriendly media.    *
  20. *         (e.g. paper! (listings, faxes))                *
  21. *                                    *
  22. *                    Laurence Vanhelsuwé        *
  23. *                    22-FEB-92            *
  24. *                                    *
  25. *************************************************************************
  26.  
  27.             Program Title : MIDI Stuffer
  28.             ----------------------------
  29.             Author : Laurence Vanhelsuwé
  30.             ----------------------------
  31.  
  32. 1. How to "install":
  33.    -----------------
  34.  
  35.     "Stuffer" is a standalone executable. It doesn't need any
  36.     assigns or run-time files.
  37.  
  38. 2. How to use it:
  39.    --------------
  40.  
  41.     Stuffer is a general purpose MIDI (Musical Instrument Digital
  42.     Interface) message editor and transmitter.
  43.  
  44.     Description of MENU options:
  45.     ----------------------------
  46. "Project"
  47.     Load            = Load a raw binary message
  48.     Load & Append        = Add raw binary message to end of current one
  49.     Load MIDI File        = Load message saved in standard MIDI 1.0 File
  50.     Save            = Save current message as raw binary
  51.     Save MIDI File        = Save curr. msg as standard MIDI 1.0 File
  52.     About...        = Information on program/author
  53.     Quit            = Quit program
  54.  
  55. "Preset Messages"
  56.     :
  57.     various pre-constructed message as examples
  58.     :
  59.  
  60. "Utilities"
  61.     Interpret Message    = Display non-data bytes as mnemonics
  62.     RT Roland Checksum    = Enable automatic Roland (TM) System Exclusive
  63.                   checksum recalculation
  64.  
  65. "Other"
  66.     Display as HEX        = Display whole message in hex
  67.     Display as Decimal    = Display whole message in decimal
  68.  
  69.  
  70.     Description of Keyboard usage:
  71.     ------------------------------
  72.  
  73.     Apart from the standard Intuition Menu shortcuts, the following keys
  74.     do something useful in "Stuffer":
  75.  
  76.     - DEL    : deletes currently highlighted message byte and drags rest
  77.           of message left by one (as in wordprocessor)
  78.     - Space : inserts a $00 byte in message and makes message bigger
  79.     - CRSR UP/DOWN/LEFT/RIGHT:
  80.           Move current byte highlight around message.
  81.  
  82. 3. Notes for hackers/programmers:
  83.    ------------------------------
  84.  
  85.     Any comments,ideas or bug reports? 
  86.     My name and address are:
  87.     
  88.     Laurence Vanhelsuwé
  89.     Christinastraat 105
  90.     8400 Oostende
  91.     Belgium
  92.  
  93.  
  94.  
  95.                             Enjoy !
  96.